The Remove Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- item
- Cell to remove.
Visual Basic (Declaration) | |
---|---|
Overrides Public Function Remove( _ ByVal item As MedicalViewerBaseCell _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerCellCollection(Of MedicalViewerBaseCell) Dim item As MedicalViewerBaseCell Dim value As Boolean value = instance.Remove(item) |
C# | |
---|---|
public override bool Remove( MedicalViewerBaseCell item ) |
C++/CLI | |
---|---|
public: bool Remove( MedicalViewerBaseCell^ item ) override |
Parameters
- item
- Cell to remove.
Return Value
true if the element was removed successfully; otherwise, false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7